home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #1 / Amiga Plus 1995 #1.iso / animationen / retina_fli_ii / time_routines.h < prev    next >
Text File  |  1994-12-13  |  423b  |  15 lines

  1. /* time_routines.h
  2.    This is the header file to accompany time_routines.c
  3.    Copyright © 1993 Robert Poole
  4. */
  5.  
  6. #define NUM_TIME_SLOTS 4
  7.  
  8. int setup_timer(void);
  9. void dispose_timer_resources(void);
  10. void synchronous_wait(unsigned long, unsigned long);
  11. void asynchronous_wait(unsigned long, unsigned long);
  12. void wait_asynch_finish(void);
  13. void queue_asynch_wait(int, unsigned long, unsigned long);
  14. int queue_next_finish(void);
  15.